Welcome![Sign In][Sign Up]
Location:
Search - VC dll

Search list

[WEB Codedll的创建与使用

Description: 在本篇文章中本人描述了在vc中创建dll的基本方法可能介绍的不够全面仅供参考-article in a footnote, I described the vc dll created the basic methods may be introduced not only comprehensive reference
Platform: | Size: 6281 | Author: ali | Hits:

[VC/MFCVC++动态链接库(DLL)编程深入浅出.pdf

Description: VC++动态链接库(DLL)编程深入浅出,深入详解了vc各种动态链接库的创建和用法!
Platform: | Size: 553098 | Author: ruanwenzhong | Hits:

[OS programgetHDSN

Description: VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under WinNT Model and serial number of the hard disk. DriveID parameters for the hard disk location, IDE1 on the main disk to 0, by analogy to IDE2 on driveID from the disk 3. function ReadPhysicalDrive9X (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadDrivePortsInWin9X obtained under Win9X Model and serial number of the hard disk. Ibid parameters function getHardDriveComputerID: int64 stdcall external DiskID.dll name getHardDriveComputerID access to the computer s ID
Platform: | Size: 204800 | Author: 许豫飞 | Hits:

[Windows DevelopvcDlgDLL

Description: 一种带资源的DLL设计,并提供基于DIALOG的测试程序-a DLL with the resources to design and based on the test procedures DIALOG
Platform: | Size: 28672 | Author: | Hits:

[ActiveX/DCOM/ATLVCHOME_control

Description: 组件技术综合资料库。COM,COM+,DCOM,ATL,ActiveX,DLL等等技术汇集-component technology integrated database. COM, COM, DCOM, ATL, ActiveX, DLL, etc. Technology Survey
Platform: | Size: 1748992 | Author: | Hits:

[Picture Viewerjpgdll

Description: 处理Jpeg图像的vc代码-Jpeg image processing code vc
Platform: | Size: 19456 | Author: 小庄 | Hits:

[SMS经纬航星newdll

Description: VC++SMS DLL源码-VC SMS DLL source
Platform: | Size: 51200 | Author: 赵冲 | Hits:

[Editorvb键盘记录dll包括VC++的代码

Description: 键盘记录dll包括VC++的代码- The keyboard records dll including the VC code
Platform: | Size: 24576 | Author: | Hits:

[Windows DevelopGetCPU

Description: 一个利用DLL实现获得CPU信息的代码,十分专业,不但可以获得CPU的速度、型号等,而且可以获得CPU的缓存大小、流水线数等等30多项CPU的特性,而且,带了DLL的VC源程序-a DLL using information obtained CPU code, very professional, not only can the CPU speed, models, but the available CPU cache size, number, etc. Line 30 of the characteristics of the CPU, but with a VC source DLL
Platform: | Size: 96256 | Author: 王远勤 | Hits:

[BooksWINDOWS核心编程-DLL部分

Description: 也是很不错的书籍。-is a very good book.
Platform: | Size: 610304 | Author: 临界点 | Hits:

[Printing programdll-2003-03-25a源码

Description: 通用的报表打印程序。支持复杂表格。-generic statements Print. Support for complex forms.
Platform: | Size: 275456 | Author: 房客 | Hits:

[Dialog_WindowDLL输出对话框类的例子

Description: 此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbnetdllcall 示范了从VB.NET调用的例子;-this code will be demonstrations of how to MFC dialog Packaging DLL, which may then be VC, VB/VB call. Compressed are two examples : one, dlldemo demonstration of a call from the VC; 2, vbnetdllcall demonstration calling from VB.NET example;
Platform: | Size: 71680 | Author: 丁俊 | Hits:

[Windows Develop软件在线升级系统

Description: “软件在线升级系统”执行说明: 1、 光盘目录vc6.0\chapter6\bin\UpgradeAtv.dll为本系统的可执行文件。在测试之前要先使用regsvr32.exe注册这个DLL。 2、 光盘目录vc6.0\chapter6\Pages是本系统的测试页面。 3、 光盘目录vc6.0\chapter6\setup是系统安装指导。 4、 光盘目录vc6.0\chapter6\src\UpgradeAtv\*.*为本系统的VC源程序。 5、 光盘目录vc6.0\chapter6\Tools\*.*为本系统使用到的工具。 “软件在线升级系统”如何编译: 直接点击编译完成对整个项目的编译。 “软件在线升级系统”如何部署: 1、 配置IIS 以Pages目录为Web的根目录建立新的站点 2、 配置FTP 在本地机器上配置FTP站点,同时建立帐号hacker,密码为free。 把应用系统的安装文件setup.exe放在FTP的根目录下。 3、 注册ActiveX组件 使用regsvr32 UpgradeAtv.dll在本地的机器上注册UpgradeAtv.dll。 4、 使用本章提到的方法生成UpgradeAtx.cab,并且把它放置到 Web的根目录下。 5、 把IE的安全级别降低-"online update system software" implementation : a CD-ROM directory vc6.0 \ chapter6 \ bin \ UpgradeAtv.dll-based system of the executable. In testing before a registration regsvr32.exe use the DLL. 2, CD-ROM directory vc6.0 \ chapter6 \ Pages of the system test pages. 3, CD-ROM directory vc6.0 \ chapter6 \ setup is guiding system installed. 4, CD-ROM directory vc6.0 \ chapter6 \ src \ UpgradeAtv \*.*-based system of VC source. 5, CD-ROM directory vc6.0 \ chapter6 \ Tools \*.*-based system to use the tool. "Software Online Upgrade System" How compiler : direct hits compiler of the entire project completed compiler. "Software Online Upgrade System," how to deploy : one, to configure IIS Web Pages directory to the root directory to establish two new sites, FTP
Platform: | Size: 8656896 | Author: 徐夕 | Hits:

[Graph Drawingvcdll

Description: 这是本人多年前一个项目的组件(含示例),写这个DLL为别人的PB程序调用图形界面用这个里面用到了绘图的多个方面,展示了图形和对象的交互-years ago, a component of the project (including the example), writing the DLL for other people's PB Invoking graphical interface with the use of drawings inside a number of aspects of the display graphics and interactive object
Platform: | Size: 4448256 | Author: 杨勇 | Hits:

[OS programVC_VB

Description: 一个用VC调用VB写的DLL的调用例子程序.也许有人觉得奇怪,但这也是一种方法-a VC was called VB DLL calls examples of procedures. Some people may find it strange, but it is also a method
Platform: | Size: 2170880 | Author: 王波 | Hits:

[Graph program蔡骁扬的工具箱

Description: Labview 工具箱和例程 摄像头+图像色彩跟踪 (labview +vc dll源码) 蔡先生的力作(2)-Labview Toolbox routines camera and color tracking (dll source LabVIEW vc), Tsai's Masterpiece (2)
Platform: | Size: 420864 | Author: 蔡先生 | Hits:

[File Operatefszip

Description: 一套用vc写的源码,可以压缩和解压缩的解压缩文件,提供了ocx和dll两种格式可供调用-vc write with a set of source code, can compress and decompress compressed documents, and provided a randomly dll both formats can be deployed
Platform: | Size: 175104 | Author: 林SC | Hits:

[Windows Develop使用VC++ATL实现Office的COM插件

Description: 关于普通DLL插件的实现VC知识库里已有文章介绍,但在很多大型的软件中(如ArcGis、Office)中都不是采用这种方法,基于COM的插件在当今的大型软件中应用的更广泛-We known that regular DLL plugin implmentation already introduced in those papers of VC knowledge database, but in those large software( like ArcGis,Office), this it not popular. Plugin based on COM is popular used in large software
Platform: | Size: 70656 | Author: | Hits:

[MPIT5464556

Description: 一个DLL,只有两个函数,可以通过Twain轻松实现图象的扫描。附带有范例程序象处理开发程序,面象对象机制,处理速度与VC无异... 开发工具:VB, 提供者:周广新 -a DLL, only two functions, can be easily achieved through Twain image scanning. Fringe procedures as a model to develop processing procedures, object-like mechanism to deal with the same speed and VC ... development tools : VB, providers : new-Week
Platform: | Size: 28672 | Author: gsdg | Hits:

[VOIP programVideoEXE-VC

Description: 提供网络上的视频聊天播放功能,加载DLL来实现. VC-PROJECT-provided on the network broadcast video chat function, loading DLLs to be achieved. VC-PROJECT
Platform: | Size: 24576 | Author: 文磊 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net